home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / MANSHARE.LZH / MENU-MAN.ZIP / MENU-MAN.RM < prev    next >
Text File  |  1991-05-30  |  6KB  |  100 lines

  1.  
  2.                                                            MICROMETRIC
  3.  
  4.         98 Dade Avenue ■ Sarasota, FL 34232 ■ Voice/FAX (813) 377-2515
  5.  ▒▒▄   ▒▒▄ ▒▒▒▒▒▒▒▒▄ ▒▒▄   ▒▒▄ ▒▒▄   ▒▒▄         ▒▒▄   ▒▒▄    ▒▒▄    ▒▒▄   ▒▒▄
  6.  ▒▒▒▄ ▒▒▒█ ▒▒█▀▀▀▀▀▀ ▒▒▒▄  ▒▒█ ▒▒█   ▒▒█         ▒▒▒▄ ▒▒▒█   ▒▒▒▒▄   ▒▒▒▄  ▒▒█
  7.  ▒▒▒█ ▒▒▒█ ▒▒▒▒▒▒▒▒▄ ▒▒█▒▒▄▒▒█ ▒▒█   ▒▒█ ▒▒▒▒▒▒▄ ▒▒▒█ ▒▒▒█  ▒▒█▀▒▒▄  ▒▒█▒▒▄▒▒█
  8.  ▒▒█▒▒▄▒▒█ ▒▒█▀▀▀▀▀▀ ▒▒█ ▀▒▒▒█ ▒▒█   ▒▒█  ▀▀▀▀▀▀ ▒▒█▒▒▄▒▒█  ▒▒▒▒▒▒█  ▒▒█ ▀▒▒▒█
  9.  ▒▒█▒▒█▒▒█ ▒▒▒▒▒▒▒▒▄ ▒▒█   ▒▒█ ▒▒▒▒▒▒▒▒█         ▒▒█▒▒█▒▒█ ▒▒█▀▀▀▒▒▄ ▒▒█   ▒▒█
  10.   ▀▀ ▀▀ ▀▀  ▀▀▀▀▀▀▀▀  ▀▀    ▀▀  ▀▀▀▀▀▀▀▀          ▀▀ ▀▀ ▀▀  ▀▀    ▀▀  ▀▀    ▀▀
  11.             █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  12.             █  Welcome to MENU-MAN, a utility routine to display  █
  13.             █    custom user selection menus from batch files!    █
  14.             █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  15.    PROGRAM:     MENU-MAN
  16.    VERSION:     v1.21 - replaces version v1.20, r04/26/91
  17.    RELEASE:     r05/24/91
  18. ╒╡ PROGRAM SUMMARY ╞══════════════════════════════════════════════════════════╕
  19. MENU-MAN v1.21: Utility routine for batch files to produce user menu windows.
  20. ───────────────────────────────────────────────────────────────────────────────
  21. MENU-MAN v1.21: Utility to display user selection menus from within batch
  22. files: menus are controlled by command line options and can contain a title and
  23. up to nineteen selection option lines that are generated from REM lines in the
  24. batch file which follow the  MENU-MAN call; options include user response time
  25. limit, menu positioning, erasing screen before/after menu display, menu sound,
  26. more+. r05/24/91 Micrometric <<ASP>>
  27. ───────────────────────────────────────────────────────────────────────────────
  28. MENU-MAN v1.21: MENU-MAN allows the display of user selection menus from within
  29. batch files. These menus are controlled by command line options and can contain
  30. a title and up to nineteen selection option lines that are generated from REM
  31. lines in the batch file which follows the call to MENU-MAN. Options include a
  32. user response time limit, menu positioning, erasing the screen before/after
  33. menu display, and menu sound, color and type customization. r05/24/91 Micro-
  34. metric <<ASP>>
  35.  
  36. ╒╡ REQUIREMENTS ╞═════════════════════════════════════════════════════════════╕
  37. IBM PC, XT, AT or true compatibles operating with PC/MS-DOS, version 3.0 or
  38. later, any monitor. The program will determine what type of display monitor is
  39. available and adjust itself accordingly. 
  40.  
  41. ╒╡ MAJOR FEATURES ╞═══════════════════════════════════════════════════════════╕
  42. * Over 200 different menus per batch file.
  43. * User selections are imbedded in batch file, not separated into another file.
  44. * Simple format:    MENU-MAN # batchfilename options
  45.                     REM TITLE
  46.                     REM USER SELECTION 1
  47.                     REM USER SELECTION 2
  48.                     REM ...                                                   
  49. * User defined window selection menus embedded in batch files.
  50. * MENU-MAN sets the ERRORLEVEL environment variable for easy user selection
  51.   testing in the batch file.
  52. * Menu may be displayed for a limited time to aid in uses such as AUTOEXEC for
  53.   unattended operation.
  54. * A sound may be made when the window is displayed. The pitch and duration of
  55.   the sound is adjustable.
  56. * The menu colors are adjustable.
  57. * Automatic color display on systems so equipped.
  58. * User control over most window menu parameters on a per menu basis.
  59. * Display selection menus or informational messages.
  60. * The screen may be erased before the menu is displayed or the menu can overlay
  61.   the current screen display.
  62. * The menu may be erased after user selection or left.
  63. * The menu may be positioned - Up, center, down and left, center, right.
  64. * Registered users may suppress the shareware reminder message display.
  65.  
  66. ╒╡ ENHANCEMENTS THIS RELEASE ╞════════════════════════════════════════════════╕
  67. + Changed installation procedure to INST-MAN.
  68. + Made shareware message a random display and added shareware registration
  69.   through INST-MAN.
  70. + Added color option for the selection highlight bar.
  71.  
  72. ╒╡ CORRECTIONS THIS RELEASE ╞═════════════════════════════════════════════════╕
  73. - ERRORLEVEL was one too large if a character was pressed before the menu was
  74.   displayed.
  75.  
  76. ╒╡ SHAREWARE PRICING ╞════════════════════════════════════════════════════════╕
  77. Program Registration - with manual. . . . . . . . . . . . . . . . . . . . .$15.
  78. Latest Version Diskette - 3.5" or 5.25" . . . . . . . . . . . . . . . . . .$10.
  79. Both - Registration with latest diskette. . . . . . . . . . . . . . . . . .$20.
  80. For registered users only - Latest manual & diskette. . . . . . . . . . . . $8.
  81.  
  82. ╒╡ SPECIAL INSTALLATION INFORMATION ╞═════════════════════════════════════════╕
  83. None.
  84.  
  85. ╒╡ Ver Date   PROGRAM RELEASE HISTORY ╞═══════════════════════════════════════╕
  86. 1.21 05/24/91 - CORRECTED PROBLEM(S):
  87.               - ERRORLEVEL was one too large if a character was pressed before
  88.                 the menu was displayed.
  89. 1.20 04/26/91 + Changed installation procedure to INST-MAN.
  90.               + Made shareware message a random display and added shareware
  91.                 registration through INST-MAN.
  92.               + Added color option for the selection highlight bar.
  93. 1.10 01/14/91 + Add Display text only and Menu highlight location options.
  94.               - CORRECTED PROBLEM(S):
  95.               - Check for a key press before the menu is displayed. If a key
  96.                 has been pressed, it is processed without displaying the menu. 
  97.               - Corrected the case where a blank title line would cause the
  98.                 menu not to be displayed. 
  99. 1.00 09/17/90 * Initial release. 
  100.